![]() |
Custom Printer Library
1.17
|
#include <ccw_Types.h>
Data Fields | |
| FontSize | charWidth |
| FontSize | charHeight |
| FontJustification | justification |
| FontType | charFontType |
| FontInternationalCharset | interCharSet |
| BYTE | bLineSpacing |
| BOOL | italic |
| BOOL | emphasized |
| BOOL | underline |
| WORD | printWidth |
| WORD | leftMarginValue |
| BYTE | reserved [1024] |
| Reserved fot future development. Do not use. | |
Print Font Struct
| BYTE bLineSpacing |
Font line spacing
| FontType charFontType |
Font Type
| FontSize charHeight |
Char height scale
| FontSize charWidth |
Char width scale
| BOOL emphasized |
true for emphasized / bold font
| FontInternationalCharset interCharSet |
International Font type
| BOOL italic |
true for italic font
| FontJustification justification |
Print justification
| WORD leftMarginValue |
Left margin (dots)
| WORD printWidth |
Print width (dots)
| BOOL underline |
true for underline font